projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec79ae
)
* term.c: Don't include <stdarg.h>, as <lisp.h> does that.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 4 May 2011 06:21:26 +0000
(23:21 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 4 May 2011 06:21:26 +0000
(23:21 -0700)
src/ChangeLog
patch
|
blob
|
history
src/term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 971ca5256fd4d16df73e421a656aa2a58eff46b2..cb54c9f68786659eda6a1ebd5a586b8407e0ff6f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-05-04 Paul Eggert <eggert@cs.ucla.edu>
+ * term.c: Don't include <stdarg.h>, as <lisp.h> does that.
+
Arithmetic overflows now return float rather than wrapping around.
(Bug#8611).
* data.c: Include <intprops.h>.
diff --git
a/src/term.c
b/src/term.c
index 28709138a17a5dac581fc8ec0037109d2d9479f4..9d19b256308c446e74864aba7be1c4b4bbe96f5d 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-26,7
+26,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <sys/file.h>
#include <unistd.h>
#include <signal.h>
-#include <stdarg.h>
#include <setjmp.h>
#include "lisp.h"